home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act3 / 00025.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  221 b   |  10 lines

  1. on exitFrame
  2.   global startframe, timerate
  3.   startTimer()
  4.   set startframe to the frame
  5.   set timerate to 60 / 9.80000000000000071
  6.   if the machineType = 256 then
  7.     set timerate to 60 / 9.69999999999999929
  8.   end if
  9. end
  10.